projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea42193
)
(dired-omit-startup): Show ``Omit'' only in Dired
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Oct 2001 11:39:24 +0000
(11:39 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Oct 2001 11:39:24 +0000
(11:39 +0000)
buffers.
lisp/dired-x.el
patch
|
blob
|
history
diff --git
a/lisp/dired-x.el
b/lisp/dired-x.el
index 9db2974d6ab3cdae9faae9e9f6a2fc833becb029..a68772491bbb8eed30376b6fc0082d91304ed9be 100644
(file)
--- a/
lisp/dired-x.el
+++ b/
lisp/dired-x.el
@@
-510,7
+510,10
@@
Should never be used as marker by the user or other packages.")
(defun dired-omit-startup ()
(or (assq 'dired-omit-files-p minor-mode-alist)
(setq minor-mode-alist
- (append '((dired-omit-files-p " Omit")) minor-mode-alist))))
+ (append '((dired-omit-files-p
+ (:eval (if (eq major-mode 'dired-mode)
+ " Omit" ""))))
+ minor-mode-alist))))
(defun dired-omit-toggle (&optional flag)
"Toggle omitting files matching `dired-omit-files' and `dired-omit-extensions'.